feat(@angular/cli): add support for Node.js 26.0.0#33134
Conversation
There was a problem hiding this comment.
Code Review
This pull request updates the supported Node.js engine versions in constants.bzl to include version 26. Feedback indicates that this change is inconsistent with the root package.json and points out that the modification to the Node 24 range effectively drops support for Node 25, which should be addressed to maintain consistency and avoid version check warnings.
Updates the supported Node.js engine versions to include Node.js 26. This allows running the CLI on Node.js 26.0.0 and above while continuing to support active LTS versions.
|
This PR was merged into the repository. The changes were merged into the following branches:
|
|
This pull request has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Updates the supported Node.js engine versions to include Node.js 26.
This allows running the CLI on Node.js 26.0.0 and above while continuing to support active LTS versions.